home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
301_400
/
DISK0315
/
DISK0315.ZIP
/
ISAMC.LBR
/
ISAM.C
next >
Wrap
Text File
|
1984-11-28
|
512b
|
25 lines
/*
** ISAMC - Written by John M. Dashner
*/
/*
** Global Data Module
*/
int isam_err; /* error returns from isam routines */
char *isam_msg[] = /* error messages for each defined error */
{
"No Error",
"Record Not Found",
"Exceeded File Boundary",
"Not Defined",
"Key Length Invalid",
"Not Defined",
"Not Defined",
"Created New Index",
"I/O Error",
"Insufficient Storage for Control Blocks"
};